mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 08:44:01 +00:00
Remove superfluous std::.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33700 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
16c74c7f25
commit
f225a6d8b6
@ -95,7 +95,7 @@ bool layout2layout(FileName const & filename, FileName const & tempfile)
|
||||
}
|
||||
|
||||
|
||||
std::string translateRT(TextClass::ReadType rt)
|
||||
string translateRT(TextClass::ReadType rt)
|
||||
{
|
||||
switch (rt) {
|
||||
case TextClass::BASECLASS:
|
||||
|
Loading…
x
Reference in New Issue
Block a user