X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL%2F_mutex_null.h;h=177936a1e58433bd7a06946ced4163097ddba15e;hb=cee5940bae97612105db8b7e1ffcf513f9d9150c;hp=614c1cbaa503c1c8d7a2fac456a8a160eb60eb84;hpb=dee84efa006428fdfbf0e84b66ee94eb23113ad9;p=synfig.git diff --git a/ETL/trunk/ETL/_mutex_null.h b/ETL/trunk/ETL/_mutex_null.h index 614c1cb..177936a 100644 --- a/ETL/trunk/ETL/_mutex_null.h +++ b/ETL/trunk/ETL/_mutex_null.h @@ -56,7 +56,7 @@ public: public: lock(mutex_null &x) { } }; - + void lock_mutex(){} bool try_lock_mutex(){return true;} void unlock_mutex(){}