Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions talk/objectorientation/advancedoo.tex
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
\begin{block}{Principle}
\begin{itemize}
\item when overriding a virtual method, the \cppinline|override| keyword should be used
\item the \cppinline|virtual| keyword is then optional
\item the \cppinline|virtual| keyword is then optional in derived classes
\end{itemize}
\end{block}
\begin{exampleblock}{Practically}
Expand Down Expand Up @@ -275,7 +275,7 @@
\end{block}
\begin{itemize}
\item with \cppinline|override|, you would get a compiler error
\item if you forget \cppinline|override| when you should have it, you get a compiler warning
\item if you forget \cppinline|override| when you should have it, you may get a compiler warning
\end{itemize}
\end{frame}

Expand Down