summaryrefslogtreecommitdiff
path: root/library/pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/pch.h')
-rw-r--r--library/pch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/pch.h b/library/pch.h
index 37c3383f..50f9fda3 100644
--- a/library/pch.h
+++ b/library/pch.h
@@ -1,7 +1,8 @@
#ifndef FFS_PRECOMPILED_HEADER
#define FFS_PRECOMPILED_HEADER
-DO NOT USE THIS FILE: FOR SOME REASON IT CORRUPTS COMPILATION!!!
+DO NOT USE THIS FILE:
+FOR SOME REASON IT CORRUPTS COMPILATION!!!
//#####################################################
// basic wxWidgets headers
bgstack15