[Orxonox-commit 1060] r5780 - code/branches/core5/src/libraries/core

landauf at orxonox.net landauf at orxonox.net
Thu Sep 24 03:00:37 CEST 2009


Author: landauf
Date: 2009-09-24 03:00:37 +0200 (Thu, 24 Sep 2009)
New Revision: 5780

Modified:
   code/branches/core5/src/libraries/core/Identifier.cc
Log:
we should initialize this with false now (since ClassByString also returns classes without factory since r5778)

Modified: code/branches/core5/src/libraries/core/Identifier.cc
===================================================================
--- code/branches/core5/src/libraries/core/Identifier.cc	2009-09-24 00:55:34 UTC (rev 5779)
+++ code/branches/core5/src/libraries/core/Identifier.cc	2009-09-24 01:00:37 UTC (rev 5780)
@@ -60,7 +60,7 @@
         this->bCreatedOneObject_ = false;
         this->bSetName_ = false;
         this->factory_ = 0;
-        this->bLoadable_ = true;
+        this->bLoadable_ = false;
 
         this->bHasConfigValues_ = false;
         this->bHasConsoleCommands_ = false;




More information about the Orxonox-commit mailing list