update presentation, the body is there
[msc-thesis1617.git] / mtask.class.tex
index 684e67d..3d8029a 100644 (file)
@@ -7,7 +7,7 @@ class with the same functions. As an example, Listing~\ref{lst:lcd} shows parts
 of the \gls{LCD} class as an \gls{mTask} class functions and as
 Listing~\ref{lst:lcdc} shown the corresponding \emph{Arduino} class functions.
 
-\begin{lstlisting}[label={lst:lcd},%
+\begin{lstlisting}[language=Clean,label={lst:lcd},%
        caption={Adding the \gls{LCD} to the \gls{mTask} language}]
 :: LCD = ...