summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/data
diff options
context:
space:
mode:
Diffstat (limited to '2005/i/robert/src/data')
-rw-r--r--2005/i/robert/src/data/data_buffer.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/2005/i/robert/src/data/data_buffer.hh b/2005/i/robert/src/data/data_buffer.hh
index 5e6b55d..3d2201d 100644
--- a/2005/i/robert/src/data/data_buffer.hh
+++ b/2005/i/robert/src/data/data_buffer.hh
@@ -37,7 +37,8 @@ class DataBuffer : public DataInput, public DataOutput
/// Type de données possible du buffer.
enum dataType_e {
NoType,
- Image
+ Image,
+ AskImage
};
private:
/// Buffer de données.