diff options
Diffstat (limited to 'src/progs/ingenuity/LashController.h')
-rw-r--r-- | src/progs/ingenuity/LashController.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/progs/ingenuity/LashController.h b/src/progs/ingenuity/LashController.h index a2975fd7..0619f32f 100644 --- a/src/progs/ingenuity/LashController.h +++ b/src/progs/ingenuity/LashController.h @@ -21,13 +21,13 @@ #include <lash/lash.h> using std::string; -namespace OmGtk { +namespace Ingenuity { class App; /* Old and unused LASH controller. * - * \ingroup OmGtk + * \ingroup Ingenuity */ class LashController { @@ -48,6 +48,6 @@ private: }; -} // namespace OmGtk +} // namespace Ingenuity #endif // LASHCONTROLLER_H |