Make make_chaff() static class function to fix spurious clang warning

This commit is contained in:
Keith Winstein
2012-03-18 14:11:49 -04:00
parent 1d19f9b7de
commit 483bfe9f0f
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -86,6 +86,8 @@ namespace Network {
uint64_t last_heard; /* last time received new state */
static const string make_chaff( void );
public:
/* constructor */
TransportSender( Connection *s_connection, MyState &initial_state );