Move include files in debian packge into 'senf' subdirectory
[senf.git] / Utils / membind.hh
index fdb56f4..6abacff 100644 (file)
@@ -41,7 +41,7 @@
     \idea Make the \a ob argument type an additional P template
     parameter (using call_traits for the exact arg type? Probably
     we'll get deduction problems then) . The only operation this
-    object musst suppoprt is ob->*fn. This would allow the use of
+    object must support is ob->*fn. This would allow the use of
     smart pointers. We should keep the T & version to still support
     ob.*fn use.
  */
 namespace senf {
 
 #define scOBTYPE T *
-#include "Utils/impl/membind.hh"
+#include "../Utils/impl/membind.hh"
 #undef scOBTYPE
 
 #define scOBTYPE T &
-#include "Utils/impl/membind.hh"
+#include "../Utils/impl/membind.hh"
 #undef scOBTYPE
 
 #ifdef DOXYGEN
@@ -102,4 +102,6 @@ namespace senf {
 // c-file-style: "senf"
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
+// compile-command: "scons -u test"
+// comment-column: 40
 // End: