From 0887aee8c54d0ed51bb2031431e2bcdafebb4c6e Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:23:19 +0200 Subject: 5.13 --- lib/dir_lock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/dir_lock.h') diff --git a/lib/dir_lock.h b/lib/dir_lock.h index 85b9058e..ec2a431a 100644 --- a/lib/dir_lock.h +++ b/lib/dir_lock.h @@ -17,7 +17,7 @@ struct DirLockCallback //while waiting for the lock { virtual ~DirLockCallback() {} virtual void requestUiRefresh() = 0; //allowed to throw exceptions - virtual void reportInfo(const std::wstring& text) = 0; + virtual void reportStatus(const std::wstring& text) = 0; }; /* -- cgit