diff options
Diffstat (limited to 'test/main.cpp')
-rw-r--r-- | test/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/main.cpp b/test/main.cpp index d20d5d26..1dc91e9e 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -4,7 +4,7 @@ namespace floormat { floormat::floormat(const Arguments& arguments): - Platform::WindowlessWglApplication{ + FM_APPLICATION { arguments, Configuration{} } |