summaryrefslogtreecommitdiff
path: root/include/util/NonCopyable.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/util/NonCopyable.hpp')
-rwxr-xr-xinclude/util/NonCopyable.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/util/NonCopyable.hpp b/include/util/NonCopyable.hpp
index 99804d2..22fdaf9 100755
--- a/include/util/NonCopyable.hpp
+++ b/include/util/NonCopyable.hpp
@@ -1,12 +1,12 @@
#ifndef __NONCOPYABLE_H
#define __NONCOPYABLE_H
-#include "Exportable.hpp"
+#include "UtilExportable.hpp"
namespace __dont_touch
{
-class DLL_VISIBLE noncopyable
+class UTIL_DLL_VISIBLE noncopyable
{
protected:
noncopyable( ) { }