Salome HOME
Merge from BR_hydro 30/10/2013
[modules/geom.git] / src / GEOMBase / GEOMBase_Helper.cxx
index 28179f5a2a4b2daebfc751d3c8090af6f5a6c437..bd4a57f02e99f24eb1dc929fef7e6a132560895e 100755 (executable)
@@ -64,7 +64,7 @@
 // Function : getActiveView
 // Purpose  : Get active view window, returns 0 if no open study frame
 //================================================================
-static SUIT_ViewWindow* getActiveView()
+SUIT_ViewWindow* GEOMBase_Helper::getActiveView()
 {
   SUIT_Study* activeStudy = SUIT_Session::session()->activeApplication()->activeStudy();
   if ( activeStudy )