Skip to content

Commit faf2dbf

Browse files
committed
Fixing #1
1 parent 69fcb7e commit faf2dbf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Source/WindowsMessageHandlerExample/Private/WindowsMessageHandlerExampleModule.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class FWindowsMessageHandlerExampleModule
4343

4444
//~ IModuleInterface interface
4545

46-
virtual void FWindowsMessageHandlerExampleModule::StartupModule() override
46+
virtual void StartupModule() override
4747
{
4848
// register our handler
4949
FWindowsApplication* Application = GetApplication();
@@ -55,7 +55,7 @@ class FWindowsMessageHandlerExampleModule
5555
}
5656

5757

58-
virtual void FWindowsMessageHandlerExampleModule::ShutdownModule() override
58+
virtual void ShutdownModule() override
5959
{
6060
// unregister our handler
6161
FWindowsApplication* Application = GetApplication();

0 commit comments

Comments
 (0)