X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Floader.h;h=dcbbd5dcda202bcd1e1af4f6da7c9f52df2a0f20;hp=3ab6d28fcfd194b2029588a03383ddf53adc7194;hb=d248c63a252b0efcbcd9ef11cf7f8e22e594403e;hpb=9763e39e6e09e747b87940920e778ac269dd8b15 diff --git a/source/loader.h b/source/loader.h index 3ab6d28..dcbbd5d 100644 --- a/source/loader.h +++ b/source/loader.h @@ -136,7 +136,7 @@ protected: void add_auxiliary_loader(Loader &); private: - bool has_keyword(const std::string &) const; + bool has_action(const ActionKey &) const; LoaderAction *find_action(const ActionKey &) const; protected: