1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-18 11:19:10 +00:00

Correct some issues with the pfConsole changes.

This commit is contained in:
Darryl Pogue
2013-02-20 21:33:35 -08:00
parent 25407bf2ca
commit 294a398d29
2 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ class pfConsoleCmdParam
operator int() const { return IToInt(); }
operator float() const { return IToFloat(); }
operator bool() const { return IToBool(); }
operator CharPtr() const { return IToString(); }
operator const CharPtr() const { return IToString(); }
operator char() const { return IToChar(); }
uint8_t GetType( void ) { return fType; }