]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/loader.h
Consider full statement signature when dealing with auxiliary loaders
[libs/datafile.git] / source / loader.h
index 3ab6d28fcfd194b2029588a03383ddf53adc7194..dcbbd5dcda202bcd1e1af4f6da7c9f52df2a0f20 100644 (file)
@@ -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: