diff options
Diffstat (limited to 'protocols/Omegle/src/proto.cpp')
-rw-r--r-- | protocols/Omegle/src/proto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Omegle/src/proto.cpp b/protocols/Omegle/src/proto.cpp index 22061ba1bb..4222f1bce1 100644 --- a/protocols/Omegle/src/proto.cpp +++ b/protocols/Omegle/src/proto.cpp @@ -23,7 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "stdafx.h"
OmegleProto::OmegleProto(const char* proto_name, const TCHAR* username) :
- PROTO<OmegleProto>(proto_name, username)
+PROTO<OmegleProto>(proto_name, username)
{
this->facy.parent = this;
|