| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 #include <string> | |
|
sergei
2014/07/28 11:46:27
Where is the guard?
Eric
2014/07/29 12:42:25
Yep. It needs one.
| |
| 2 | |
| 3 namespace AdblockPlus | |
| 4 { | |
| 5 namespace IE | |
| 6 { | |
| 7 std::wstring installed_version_string(); | |
|
sergei
2014/07/28 11:46:27
That's not our convention, InstalledVesionAsString
| |
| 8 int installed_major_version(); | |
| 9 } | |
| 10 } | |
| OLD | NEW |