mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 17:17:58 +02:00
CR feedback
This commit is contained in:
parent
485c603d4f
commit
2fffb15d94
2 changed files with 3 additions and 3 deletions
|
@ -51,7 +51,7 @@ public:
|
|||
void setViewSent(bool viewSent) { _viewSent = viewSent; }
|
||||
|
||||
long long getLastTimeBagEmpty() const { return _lastTimeBagEmpty; };
|
||||
void setLastTimeBagEmpty(long long now) { _lastTimeBagEmpty = now; };
|
||||
void setLastTimeBagEmpty(long long lastTimeBagEmpty) { _lastTimeBagEmpty = lastTimeBagEmpty; };
|
||||
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in a new issue