X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Floaderaction.h;h=6931f4849ff21ff6fee354fb9ac904011422e284;hb=7e81da8d9a6e689e271f4f0450a69d8a14f515bb;hp=c7c593829a1b24a3ccd161dad400f14b06d207e8;hpb=708ef339d3e4d3661c8b3a75e3b01bafbed0f568;p=libs%2Fdatafile.git diff --git a/source/loaderaction.h b/source/loaderaction.h index c7c5938..6931f48 100644 --- a/source/loaderaction.h +++ b/source/loaderaction.h @@ -234,7 +234,7 @@ class LoaderFuncNBound1: public LoaderAction { protected: typedef void (L::*FuncType)(B0, Args...); - typedef typename RemoveReference::Type Bound0Type; + typedef typename std::remove_reference::type Bound0Type; FuncType func; Bound0Type bound0;