diff options
Diffstat (limited to 'src/list.h')
| -rw-r--r-- | src/list.h | 6 |
1 files changed, 3 insertions, 3 deletions
| diff --git a/src/list.h b/src/list.h index 3876f2d..69085b4 100644 --- a/src/list.h +++ b/src/list.h | |||
| @@ -6,9 +6,9 @@ | |||
| 6 | namespace twitter { | 6 | namespace twitter { |
| 7 | 7 | ||
| 8 | class list { | 8 | class list { |
| 9 | public: | 9 | public: |
| 10 | list(); | 10 | |
| 11 | list(std::string data); | 11 | explicit list(std::string data); |
| 12 | }; | 12 | }; |
| 13 | 13 | ||
| 14 | }; | 14 | }; |
