Kaydet (Commit) 26e4fcdb authored tarafından Andre Fischer's avatar Andre Fischer

122093: Avoid compiler warning in DrawController::BroadcastContextChenge().

üst a8b1ab68
...@@ -600,6 +600,7 @@ void DrawController::BroadcastContextChange (void) const ...@@ -600,6 +600,7 @@ void DrawController::BroadcastContextChange (void) const
case ViewShell::ST_PRESENTATION: case ViewShell::ST_PRESENTATION:
case ViewShell::ST_NONE: case ViewShell::ST_NONE:
default:
eContext = EnumContext::Context_Empty; eContext = EnumContext::Context_Empty;
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment