Stefan Schuermans commited on 2011-12-22 14:21:11
Showing 1 changed files, with 1 additions and 1 deletions.
... | ... |
@@ -64,7 +64,7 @@ protected: |
64 | 64 |
std::string m_name; ///< destination name |
65 | 65 |
AddrFile m_fileAddr; ///< address file |
66 | 66 |
const std::string *m_pData; ///< protocol data to send to address |
67 |
-}; // class Sender<ADDr, SOCK>::Dest |
|
67 |
+}; // class Sender<ADDR, SOCK>::Dest |
|
68 | 68 |
|
69 | 69 |
} // namespace Blinker |
70 | 70 |
|
71 | 71 |