CMake support. We don't have to use it, but it's there if we do.
[ipdf/code.git] / src / main.cpp
index 5fa94b7..2a85c14 100644 (file)
@@ -11,7 +11,7 @@ int main(int argc, char ** argv)
 {
        Document doc;
        srand(time(NULL));
-       doc.Add(Random(), Random(), Random(), Random());
+       doc.Add(RECT_FILLED, Rect(Random(), Random(), Random(), Random()));
 
        View view(doc);
 

UCC git Repository :: git.ucc.asn.au