[Scummvm-git-logs] scummvm master -> ce65e5080cdcd4babed49d91099c504eb7ce0859
eriktorbjorn
noreply at scummvm.org
Fri Oct 13 17:46:39 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
ce65e5080c GRAPHICS: Fix namespace comments
Commit: ce65e5080cdcd4babed49d91099c504eb7ce0859
https://github.com/scummvm/scummvm/commit/ce65e5080cdcd4babed49d91099c504eb7ce0859
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2023-10-13T19:46:15+02:00
Commit Message:
GRAPHICS: Fix namespace comments
Changed paths:
graphics/macgui/macdialog.cpp
graphics/macgui/macdialog.h
diff --git a/graphics/macgui/macdialog.cpp b/graphics/macgui/macdialog.cpp
index 733a0c6d32f..49cdcc791b7 100644
--- a/graphics/macgui/macdialog.cpp
+++ b/graphics/macgui/macdialog.cpp
@@ -251,4 +251,4 @@ int MacDialog::mouseRaise(int x, int y) {
return res;
}
-} // End of namespace Wage
+} // End of namespace Graphics
diff --git a/graphics/macgui/macdialog.h b/graphics/macgui/macdialog.h
index 27d375f652f..a51df659ba6 100644
--- a/graphics/macgui/macdialog.h
+++ b/graphics/macgui/macdialog.h
@@ -114,6 +114,6 @@ public:
int matchButton(int x, int y);
};
-} // End of namespace Wage
+} // End of namespace Graphics
#endif
More information about the Scummvm-git-logs
mailing list