ソースを参照

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>