Typo fix and removal of a semicolon in the name of consistency?
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40461
This commit is contained in:
parent
db676e8bfc
commit
1300048946
@ -57,7 +57,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Called after SourceMod is completely shutted down
|
* @brief Called after SourceMod is completely shut down
|
||||||
*/
|
*/
|
||||||
virtual void OnSourceModAllShutdown()
|
virtual void OnSourceModAllShutdown()
|
||||||
{
|
{
|
||||||
|
@ -134,6 +134,6 @@ namespace SourceMod
|
|||||||
*/
|
*/
|
||||||
virtual size_t CreateMemory(size_t size, void **addr) =0;
|
virtual size_t CreateMemory(size_t size, void **addr) =0;
|
||||||
};
|
};
|
||||||
};
|
}
|
||||||
|
|
||||||
#endif //_INCLUDE_SOURCEMOD_INTERFACE_DATAPACK_H_
|
#endif //_INCLUDE_SOURCEMOD_INTERFACE_DATAPACK_H_
|
||||||
|
Loading…
Reference in New Issue
Block a user