]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlCommand.h
fix crash due to invalidated iterator
[lyx.git] / src / frontends / controllers / ControlCommand.h
index 0174bf858292a9840f58b1f7523c043d086c2d11..b7f99d15a2d58fd305b8dc631fb24a93addf5e44 100644 (file)
@@ -19,6 +19,8 @@
 #include "Dialog.h"
 #include "insets/insetcommandparams.h"
 
+namespace lyx {
+namespace frontend {
 
 class ControlCommand : public Dialog::Controller {
 public:
@@ -47,5 +49,7 @@ private:
        std::string const lfun_name_;
 };
 
+} // namespace frontend
+} // namespace lyx
 
 #endif // CONTROLCOMMAND_H