Salome HOME
0021478: EDF 2083 ALL: Write the version of Salome used to create the study in the...
[modules/visu.git] / src / ENGINE / VISU_Engine_i.cc
index 7c7d8c67405123ad438d2b6e5c11362b4d878487..d8027799c49c3d9b6928b76dc06a745fc2907b64 100644 (file)
@@ -561,4 +561,10 @@ namespace VISU{
   {
     return myVisuGen->LoadTexture(theTextureFile);
   }
+
+  /* Version information */
+  char* VISU_Gen_i::getVersion()
+  {
+    return myVisuGen->getVersion();
+  }
 };