X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fblockallocator.h;h=33e9d5511654e41928527a5cc872d2735c7b4a29;hb=42a5c6606e82b1a27cb6d4d7afa630c75c869f97;hp=fe05603e0e0c997d56058a7904a72afb3dc34fe1;hpb=d051af7264ee62d03473f1929414e262e918c30a;p=r2c2.git diff --git a/source/libr2c2/blockallocator.h b/source/libr2c2/blockallocator.h index fe05603..33e9d55 100644 --- a/source/libr2c2/blockallocator.h +++ b/source/libr2c2/blockallocator.h @@ -27,6 +27,8 @@ public: void hint(unsigned); }; + sigc::signal signal_advanced; + private: struct BlockMatch;