X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkBlackBox.h;h=6da0d20270400ef2470e83d3d6a605e4927c4a4e;hb=536dfc0a21b307fe5fa18afca108a77a5f79a6f6;hp=db02118273aaa83c2f12a3e7f912c656dca50d1e;hpb=427d8c0ac838ab789a57b28f62a7f9ff243e7b60;p=bbtk.git diff --git a/kernel/src/bbtkBlackBox.h b/kernel/src/bbtkBlackBox.h index db02118..6da0d20 100644 --- a/kernel/src/bbtkBlackBox.h +++ b/kernel/src/bbtkBlackBox.h @@ -56,8 +56,8 @@ #include // Signal/slot mechanism for output change events -#include #include +#include #define bbtkBlackBoxMessage(key,level,mess) \ @@ -67,7 +67,6 @@ namespace bbtk { - struct Void { Void(int = 0) {} }; class Factory;