Some namespace cleanup.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* Config.h
|
||||
*
|
||||
* Copyright (C) 2013 Jim Evins <evins@snaught.com>
|
||||
* Copyright (C) 2013-2016 Jim Evins <evins@snaught.com>
|
||||
*
|
||||
* This file is part of gLabels-qt.
|
||||
*
|
||||
@@ -18,11 +18,11 @@
|
||||
* along with gLabels-qt. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef libglabels_Config_h
|
||||
#define libglabels_Config_h
|
||||
#ifndef glabels_Config_h
|
||||
#define glabels_Config_h
|
||||
|
||||
|
||||
namespace libglabels
|
||||
namespace glabels
|
||||
{
|
||||
|
||||
namespace Config
|
||||
@@ -33,4 +33,4 @@ namespace libglabels
|
||||
}
|
||||
|
||||
|
||||
#endif // libglabels_Config_h
|
||||
#endif // glabels_Config_h
|
||||
|
||||
Reference in New Issue
Block a user