add missing class prefix
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Tue, 09 Oct 2007 12:42:20 +0200
changeset 1928 828fd4aa87f9
parent 1927 7ef830068f1d
child 1929 437bba482899
add missing class prefix
src/devices/wifi/mac-low.cc
--- a/src/devices/wifi/mac-low.cc	Tue Oct 09 12:30:51 2007 +0200
+++ b/src/devices/wifi/mac-low.cc	Tue Oct 09 12:42:20 2007 +0200
@@ -91,7 +91,8 @@
 {
   // would need to serialize double to platform-independent format.
 }
-uint32_t Deserialize (Buffer::Iterator i)
+uint32_t 
+SnrTag::Deserialize (Buffer::Iterator i)
 {
   // would need to deserialize double from platform-independent format.
   return 0;