Revision: 55222
http://sourceforge.net/p/brlcad/code/55222
Author: n_reed
Date: 2013-04-24 16:23:56 +0000 (Wed, 24 Apr 2013)
Log Message:
-----------
STEPEntity::Load must be virtual so that STEPEntity::CreateEntity uses the
correct Load at run-time.
Modified Paths:
--------------
brlcad/trunk/src/conv/step/STEPEntity.h
Modified: brlcad/trunk/src/conv/step/STEPEntity.h
===================================================================
--- brlcad/trunk/src/conv/step/STEPEntity.h 2013-04-24 16:17:40 UTC (rev
55221)
+++ brlcad/trunk/src/conv/step/STEPEntity.h 2013-04-24 16:23:56 UTC (rev
55222)
@@ -70,7 +70,7 @@
void SetONId(int on_id) {ON_id = on_id;}
int STEPid();
STEPWrapper *Step();
- bool Load(STEPWrapper *UNUSED(sw), SDAI_Application_instance
*UNUSED(sse)) {return false;};
+ virtual bool Load(STEPWrapper *UNUSED(sw), SDAI_Application_instance
*UNUSED(sse)) {return false;};
};
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits