X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=src%2Fmodel.h;h=4869793c407fe7bb2800136df715b03733588089;hb=8e617d91244bf6c8b22503850e10909fa2071c44;hp=8bc41d4bcf73da0bf9b4c1d366360ccce00b8f0e;hpb=97b75639e059f35874dd8f71f86cb36f6ec4e4a4;p=germs.git 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;