From 1b063c74b4f6437059a61f42f39ea8bb725e8cd8 Mon Sep 17 00:00:00 2001 From: danieldg Date: Sat, 20 Feb 2010 16:49:14 +0000 Subject: Replace m_halfvoice with m_customprefix git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12503 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/base.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/base.h b/include/base.h index e75b4029f..8d8f7b96c 100644 --- a/include/base.h +++ b/include/base.h @@ -150,14 +150,13 @@ class reference */ class CoreExport CoreException : public std::exception { - protected: + public: /** Holds the error message to be displayed */ const std::string err; /** Source of the exception */ const std::string source; - public: /** Default constructor, just uses the error mesage 'Core threw an exception'. */ CoreException() : err("Core threw an exception"), source("The core") {} -- cgit v1.2.3