X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fmembind.hh;h=6abacff5a81e0755dd33ea39ed5606a4d1433dbc;hb=28275a1a9075ae42dc29aaadc5bc78e6fa204e26;hp=4949d5941de899666a94b058b1c1f28095825865;hpb=31d85cd6b8e03c5ecc924ca8892906be1bab702f;p=senf.git diff --git a/Utils/membind.hh b/Utils/membind.hh index 4949d59..6abacff 100644 --- a/Utils/membind.hh +++ b/Utils/membind.hh @@ -58,11 +58,11 @@ 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 @@ -103,4 +103,5 @@ namespace senf { // indent-tabs-mode: nil // ispell-local-dictionary: "american" // compile-command: "scons -u test" +// comment-column: 40 // End: