X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXAction.h;h=4411b16269cac11da73ca67dd286ac563787e4bc;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=4d66c0f76b593ea6c0cba96dafe6022a75b7a539;hpb=ebcb289b7ce736f63f743a5cd56e8d2e7cbd3254;p=lyx.git diff --git a/src/LyXAction.h b/src/LyXAction.h index 4d66c0f76b..4411b16269 100644 --- a/src/LyXAction.h +++ b/src/LyXAction.h @@ -20,6 +20,9 @@ #include #include + +namespace lyx { + class FuncRequest; /** @@ -103,4 +106,7 @@ private: /// singleton instance extern LyXAction lyxaction; + +} // namespace lyx + #endif // LYXACTION_H