]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionlayerstoggleview.h
Refactored CAD tool bars to use predefined actions.
[architektonas] / src / actions / rs_actionlayerstoggleview.h
index 202a769487217323028cb4ff69a98dcbc9217b16..95e737d9468218c6bbde2162a190634ba6a10e89 100644 (file)
@@ -11,7 +11,7 @@
 class RS_ActionLayersToggleView: public RS_ActionInterface
 {
        public:
-               RS_ActionLayersToggleView(RS_EntityContainer & container, RS_GraphicView & graphicView);
+               RS_ActionLayersToggleView(RS_EntityContainer & container, GraphicView & graphicView);
                ~RS_ActionLayersToggleView();
 
                virtual void init(int status = 0);