Fix some case sensitivity issues on win32-specific code.
parent
237de8786b
commit
6e7e5822fb
|
@ -25,8 +25,8 @@ namespace ns3 {
|
||||||
|
|
||||||
class SystemWallClockMsPrivate {
|
class SystemWallClockMsPrivate {
|
||||||
public:
|
public:
|
||||||
void start (void);
|
void Start (void);
|
||||||
unsigned long long end (void);
|
unsigned long long End (void);
|
||||||
private:
|
private:
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue