1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 20:46:39 +02:00

some code cleanup in misc.cpp and fixed a small typo

This commit is contained in:
DukePyrolator
2010-08-01 18:48:40 +02:00
parent cb3a18e524
commit 2f6c0e435c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ class CoreExport User : public Extensible
void Logout();
/** Get the account the user is logged in using
* @reurn The account or NULL
* @return The account or NULL
*/
virtual NickCore *Account();
virtual const NickCore *Account() const;