瀏覽代碼

Change define section of Trace

Eric Ramat 7 年之前
父節點
當前提交
85bcd80f39
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/artis/utils/Trace.hpp

+ 2 - 2
src/artis/utils/Trace.hpp

@@ -20,8 +20,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef UTILS_TRACE
-#define UTILS_TRACE
+#ifndef ARTIS_UTILS_TRACE
+#define ARTIS_UTILS_TRACE
 
 #include <algorithm>
 #include <iterator>