more robust version

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28316 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-02-01 23:46:41 +00:00
parent 1f5c703bae
commit 77d824af42

View File

@ -206,7 +206,7 @@ void LyXVC::toggleReadOnly()
LYXERR(Debug::LYXVC, "LyXVC: toggle to unlocked");
checkIn();
break;
default:
case VCS::NOLOCKING:
break;
}
}