X-Git-Url: https://ruin.nu/git/?p=germs.git;a=blobdiff_plain;f=src%2Fmodel.h;h=235f164d4cd28325c68daac533538c166ef44dd0;hp=4c5f46a8005956dd523cd4edabcf04aa1b2b23b9;hb=c997c8f4931cde3ede1b51905c10c4d9c442e630;hpb=40d817fd1c0ec184927450858ca95b722ae8acba diff --git a/src/model.h b/src/model.h index 4c5f46a..235f164 100644 --- a/src/model.h +++ b/src/model.h @@ -21,7 +21,7 @@ #ifndef __MODEL_H__ #define __MODEL_H__ -#include +#include "shared_ptr.h" #include class SortAction; @@ -38,7 +38,7 @@ namespace Models { */ class Model{ public: - typedef std::tr1::shared_ptr ModelPointer; + typedef shared_ptr ModelPointer; /** * Constructs a new model.