X-Git-Url: https://ruin.nu/git/?p=germs.git;a=blobdiff_plain;f=src%2Fmodel.h;h=4869793c407fe7bb2800136df715b03733588089;hp=8bc41d4bcf73da0bf9b4c1d366360ccce00b8f0e;hb=6c059509f0e7230c2352963e559b623fadd27810;hpb=296f9306aff8a11a49f4e0cc2322eadd66e4b85a diff --git a/src/model.h b/src/model.h index 8bc41d4..4869793 100644 --- a/src/model.h +++ b/src/model.h @@ -22,6 +22,7 @@ #define __MODEL_H__ #include +#include class SortAction; class GeneOrder; @@ -53,6 +54,8 @@ class Model{ const char* name() const; + static Model modelFactory(const std::string& name); + private: ModelPointer _impl;