X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbindable.h;h=e26840fa3950e977b309beeeeeca96bb3ee33e6e;hp=cd012fbbcef3d50b984a6dafbace86f49ce7f433;hb=b617c5d7b5283ad260a77f01e42e6170cabbc03d;hpb=f17794d55923d4fb4f63e9d082d8d84a735a04e8 diff --git a/source/bindable.h b/source/bindable.h index cd012fbb..e26840fa 100644 --- a/source/bindable.h +++ b/source/bindable.h @@ -24,7 +24,7 @@ protected: if(obj==cur_obj) return false; - cur_obj=obj; + cur_obj = obj; return true; }