X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FApplication.h;h=b321052ddb7661255d7d76585dc75e468b8daf4b;hb=7b6e26ad911db7de329169fcaebe24f19d3b3b17;hp=df0be95493e4cbe5ff2bcbdf71434ec5c7413e66;hpb=7ac700920f0de8165b834010e211517098afbe14;p=lyx.git diff --git a/src/frontends/Application.h b/src/frontends/Application.h index df0be95493..b321052ddb 100644 --- a/src/frontends/Application.h +++ b/src/frontends/Application.h @@ -18,7 +18,7 @@ #include "support/strfwd.h" -#include +#include #include @@ -216,12 +216,12 @@ public: * passing Color_white returns "ffffff". */ virtual std::string const hexName(ColorCode col) = 0; - + /** * add a callback for socket read notification * @param fd socket descriptor (file/socket/etc) */ - typedef boost::function SocketCallback; + typedef std::function SocketCallback; virtual void registerSocketCallback(int fd, SocketCallback func) = 0; /**