]> Creatis software - crea.git/commitdiff
no message origin
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Fri, 16 Nov 2012 13:29:20 +0000 (13:29 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Fri, 16 Nov 2012 13:29:20 +0000 (13:29 +0000)
appli/creatis_AppGeneralPath.bat
src/creaRTTI.cxx

index 6314d88c4df181571c6e69e229a021284ab5c94d..261553a0092c4fd05ee1f07d37776a85d3b11710 100644 (file)
@@ -1 +1,2 @@
+REM 
 set Path=%CREATOOLS_DIRS%;%CREATIS_THIRDPARTYDLLS_DIRS%;%CREATIS_THIRDPARTYLIBRARIES_DIRS%;%PATH% && %1 %2 %3 %4
index 4eeaf8f87efb0aaad2b3328979cc7a8aab594120..635d9daddfcbd945ca0055bc841b2d7f0a2e62c1 100644 (file)
@@ -28,7 +28,6 @@
 #include "creaRTTI.h"
 #include "creaMessageManager.h"
 
-
  
 namespace crea
 {
@@ -74,7 +73,7 @@ namespace crea
     creaDebugMessage("info",7," * source   = "<<source_pointer<<std::endl);
 
     void* tmp = source_pointer;
-    if (source_type.__do_upcast(targetTI,&tmp)) 
+    if (source_type.__do_upcast(targetTI,&tmp))
       {
        target_pointer = tmp;
       }