diff options
| -rw-r--r-- | engines/dm/eventman.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/dm/eventman.cpp b/engines/dm/eventman.cpp index 437a02d01b..5c9e68bc05 100644 --- a/engines/dm/eventman.cpp +++ b/engines/dm/eventman.cpp @@ -706,4 +706,4 @@ bool EventManager::hasPendingClick(Common::Point& point, MouseButton button) {  	return _pendingClickPresent;  } -}; // end of namespace DM +} // end of namespace DM | 
