Skip to content
Snippets Groups Projects
Commit 0dcf91e5 authored by Anders Nilsson's avatar Anders Nilsson
Browse files

Just made it compile again

parent eaef7fa1
No related branches found
No related tags found
No related merge requests found
...@@ -361,9 +361,9 @@ aspect GenMisc { ...@@ -361,9 +361,9 @@ aspect GenMisc {
pStream.println(ind(1)+"}"); pStream.println(ind(1)+"}");
// ClassUse.decl() // ClassUse.decl()
pStream.println(ind(1)+"syn lazy Thing ClassUse.decl() {"); // pStream.println(ind(1)+"syn lazy Thing ClassUse.decl() {");
pStream.println(ind(2)+ // pStream.println(ind(2)+
pStream.println(ind(1)+"}\n"); // pStream.println(ind(1)+"}\n");
super.genMisc(pStream); super.genMisc(pStream);
pStream.println("}"); pStream.println("}");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment