summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-01-15 09:50:31 +0100
committerMurray Cumming <murrayc@murrayc.com>2016-01-15 09:50:31 +0100
commit8ec1b284c41285b091829c12f29ccd11fd02fe00 (patch)
tree2354bd87365c51db1a536247c1b7b46d8a5be2c4
parent975b4934984bfa1c01e7fe554185955437f9e6fe (diff)
downloadsigc++-8ec1b284c41285b091829c12f29ccd11fd02fe00.tar.gz
slot.h: Remove comment about this being generated.
-rw-r--r--sigc++/functors/slot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sigc++/functors/slot.h b/sigc++/functors/slot.h
index 5ce286d..ea07944 100644
--- a/sigc++/functors/slot.h
+++ b/sigc++/functors/slot.h
@@ -1,7 +1,6 @@
-// -*- c++ -*-
-/* Do not edit! -- generated file */
#ifndef _SIGC_FUNCTORS_SLOT_H_
#define _SIGC_FUNCTORS_SLOT_H_
+
#include <sigc++/trackable.h>
#include <sigc++/visit_each.h>
#include <sigc++/adaptors/adaptor_trait.h>
@@ -270,4 +269,5 @@ struct visitor<slot<T_return, T_arg...>>
#undef SIGC_NIL_HAS_BEEN_PUSHED
#pragma pop_macro("nil")
#endif
+
#endif /* _SIGC_FUNCTORS_SLOT_H_ */