debugger: remove recently introduced endless loop in resetLocation()

This commit is contained in:
hjk
2010-11-10 12:38:29 +01:00
parent c0ac7aaf36
commit 0caf52f6d4
3 changed files with 9 additions and 5 deletions

View File

@@ -92,6 +92,8 @@ public:
bool setMarker = false) = 0;
virtual void resetLocation() = 0;
virtual void removeLocationMark() = 0;
virtual void readSettings() = 0;
virtual void writeSettings() const = 0;