From 109a799953d2371b5486e114d3f03a342e69d351 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 16 Mar 2025 14:46:59 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro (cherry picked from commit 76c67c49ce863d214f4a365b443663597e4f6ff9) --- src/svnqt/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/svnqt/client.h') diff --git a/src/svnqt/client.h b/src/svnqt/client.h index cdd6410..724507c 100644 --- a/src/svnqt/client.h +++ b/src/svnqt/client.h @@ -146,7 +146,7 @@ namespace svn * @param path File to gather status. * @param update if check against repository if new updates are there (for WC only) * @param revision list specific revision when browsing remote, on working copies parameter will ignored - * @return a Status with Statis.isVersioned = FALSE + * @return a Status with Statis.isVersioned = false */ virtual StatusPtr singleStatus (const Path& path,bool update=false,const Revision revision = svn::Revision::HEAD)=0; -- cgit v1.2.3