From: sgunderson@bigfoot.com <> Date: Wed, 21 Sep 2011 22:37:23 +0000 (+0200) Subject: Fix an error in the attribute test. X-Git-Url: https://git.sesse.net/?p=xml-template;a=commitdiff_plain;h=695c2222293c1a245ac5a316edf031f5f5a7bb30 Fix an error in the attribute test. --- diff --git a/c++0x/attribute.cpp b/c++0x/attribute.cpp index 70b2391..6c341bd 100644 --- a/c++0x/attribute.cpp +++ b/c++0x/attribute.cpp @@ -7,7 +7,7 @@ using namespace std; int main(int argc, char **argv) { Substitute master_directive = { - make_pair("color", new Replace("blue")), + make_pair("color", new Replace("red")), make_pair("#things", new Clone { new Substitute { make_pair("li", new Replace("Raindrops on roses")),