This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
sdl: fix clang build.
legacy
Sam Hocevar
5 years ago
parent
fcfafa2035
commit
d9dd340141
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/application/sdl-app.h
+ 1
- 1
src/application/sdl-app.h
View File
@@ -45,7 +45,7 @@ public:
class app_display
{
friend class ApplicationDisplay;
friend class
lol::
ApplicationDisplay;
public:
app_display(char const *title, ivec2 resolution);
Write
Preview
Loading…
Cancel
Save