~armagetronad-dev/armagetronad/trunk-armagetronad-breakpad

« back to all changes in this revision

Viewing changes to src/tools/tDecorator.cpp

  • Committer: Daniel Lee Harple
  • Date: 2011-09-11 00:01:45 UTC
  • mfrom: (1021.1.74)
  • Revision ID: leeharple@gmail.com-20110911000145-8etxt0xuqn3txy9h
Merge with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
 
131
131
    base * p = new base;
132
132
    int * decoration = &decorator.Get( *p );
 
133
    *decoration = 5;
133
134
    delete p;
134
135
    p = new derived;
135
136
    decoration = &decorator.Get( *p );