summaryrefslogtreecommitdiff
path: root/src/include/tome/squelch/tree_printer_fwd.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-19 20:03:42 +0200
committerBardur Arantsson <bardur@scientician.net>2013-09-27 14:46:40 +0200
commitb05113a48a2031282b5f4e65b97407a7bc8438c1 (patch)
treeab5042ebb89b8a6b5728b6843c22608c14e21393 /src/include/tome/squelch/tree_printer_fwd.hpp
parent1d65909b257cc84282da4a1192072615b716138c (diff)
C++: Move Automatizer to C++
Diffstat (limited to 'src/include/tome/squelch/tree_printer_fwd.hpp')
-rw-r--r--src/include/tome/squelch/tree_printer_fwd.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/tome/squelch/tree_printer_fwd.hpp b/src/include/tome/squelch/tree_printer_fwd.hpp
new file mode 100644
index 00000000..d7d75453
--- /dev/null
+++ b/src/include/tome/squelch/tree_printer_fwd.hpp
@@ -0,0 +1,10 @@
+#ifndef H_4ce68eb3_c475_4fc4_8a70_0590c16dc684
+#define H_4ce68eb3_c475_4fc4_8a70_0590c16dc684
+
+namespace squelch {
+
+class TreePrinter;
+
+} // namespace
+
+#endif