summaryrefslogtreecommitdiffstats
path: root/src/CBot/CBot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/CBot/CBot.h')
-rw-r--r--src/CBot/CBot.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/CBot/CBot.h b/src/CBot/CBot.h
index e28bbee..7e15f65 100644
--- a/src/CBot/CBot.h
+++ b/src/CBot/CBot.h
@@ -1346,9 +1346,7 @@ public:
void SetIdent(long n);
- static
- CBotVarClass*
- CBotVarClass::Find(long id);
+ static CBotVarClass* Find(long id);
// CBotVar* GivMyThis();
@@ -1599,8 +1597,8 @@ private:
CBotToken m_openblk;
CBotToken m_closeblk;
public:
- CBotFunction::CBotFunction();
- CBotFunction::~CBotFunction();
+ CBotFunction();
+ ~CBotFunction();
static
CBotFunction* Compile(CBotToken* &p, CBotCStack* pStack, CBotFunction* pFunc, BOOL bLocal = TRUE);
static