diff options
Diffstat (limited to 'common/domain/folder.h')
-rw-r--r-- | common/domain/folder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/domain/folder.h b/common/domain/folder.h index 3c83794..f232ab5 100644 --- a/common/domain/folder.h +++ b/common/domain/folder.h | |||
@@ -24,6 +24,7 @@ template<typename T> | |||
24 | class ReadPropertyMapper; | 24 | class ReadPropertyMapper; |
25 | template<typename T> | 25 | template<typename T> |
26 | class WritePropertyMapper; | 26 | class WritePropertyMapper; |
27 | class IndexPropertyMapper; | ||
27 | 28 | ||
28 | class TypeIndex; | 29 | class TypeIndex; |
29 | 30 | ||
@@ -43,6 +44,7 @@ public: | |||
43 | static void configure(TypeIndex &); | 44 | static void configure(TypeIndex &); |
44 | static void configure(ReadPropertyMapper<Buffer> &); | 45 | static void configure(ReadPropertyMapper<Buffer> &); |
45 | static void configure(WritePropertyMapper<BufferBuilder> &); | 46 | static void configure(WritePropertyMapper<BufferBuilder> &); |
47 | static void configure(IndexPropertyMapper &indexPropertyMapper); | ||
46 | }; | 48 | }; |
47 | 49 | ||
48 | } | 50 | } |