X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fblockallocator.h;h=6ba3cfbb7559ca7e718b2471cd9fca952fec44ce;hb=4acf89b0ec739c0bef8b11d3a52a4c551efa881e;hp=fe05603e0e0c997d56058a7904a72afb3dc34fe1;hpb=dfd78df0c79d03404d1f2e70c08b643655455725;p=r2c2.git diff --git a/source/libr2c2/blockallocator.h b/source/libr2c2/blockallocator.h index fe05603..6ba3cfb 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;