projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72ce9d7
)
Fix mismatch struct/class for GameUIFlags
author
Loic Blot
<loic.blot@unix-experience.fr>
Sun, 26 Mar 2017 16:54:39 +0000
(18:54 +0200)
committer
Loic Blot
<loic.blot@unix-experience.fr>
Sun, 26 Mar 2017 16:54:39 +0000
(18:54 +0200)
src/client.h
patch
|
blob
|
history
diff --git
a/src/client.h
b/src/client.h
index 4a4d296f2d42dada74fa2c08b42e23133123a728..84adf81d8b262f84250cb92f3e7bbb0c57d43ec9 100644
(file)
--- a/
src/client.h
+++ b/
src/client.h
@@
-308,7
+308,7
@@
private:
};
class ClientScripting;
-
class
GameUIFlags;
+
struct
GameUIFlags;
class Client : public con::PeerHandler, public InventoryManager, public IGameDef
{