summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2008-04-27 21:22:12 -0700
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:37 +0200
commit8767d06b18b85f50e145072edba8bf43e5289de1 (patch)
treec47fbea90e068f4d8861ad8d51342c380202f9fd
parentc3cc5eb87891c06b636409342fd86e4d8893c549 (diff)
Fixed gcc 4.2.3 compile issue.
-rw-r--r--src/avp/davehook.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/avp/davehook.cpp b/src/avp/davehook.cpp
index c55941d..70d679f 100644
--- a/src/avp/davehook.cpp
+++ b/src/avp/davehook.cpp
@@ -196,7 +196,7 @@
(
"LISTCMD",
"LIST ALL CONSOLE COMMANDS",
- ListAll
+ ConsoleCommand :: ListAll
);
Make