about summary refs log tree commit diff stats
path: root/src/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/list.h')
-rw-r--r--src/list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/list.h b/src/list.h index 69085b4..1bf034f 100644 --- a/src/list.h +++ b/src/list.h
@@ -8,7 +8,9 @@ namespace twitter {
8 class list { 8 class list {
9 public: 9 public:
10 10
11 list() {}
11 explicit list(std::string data); 12 explicit list(std::string data);
13
12 }; 14 };
13 15
14}; 16};