Procházet zdrojové kódy

Add call to AttributeFunctor.


git-svn-id: https://svn.microneil.com/svn/CodeDweller/branches/adeniz_1@106 d34b734f-a00e-4b39-a726-e4eeb87269ab
adeniz_1
adeniz před 8 roky
rodič
revize
3f093a6d7b
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3
    0
      XMLReader.cpp

+ 3
- 0
XMLReader.cpp Zobrazit soubor

@@ -1172,6 +1172,9 @@ bool XMLReaderAttribute::interpret(XMLReaderData& Data) {

Data.Index(Stopdex + 1); // Move the Index.
Data.addNewLines(NewLines); // Update the Line Number.
if (attrFunc) {
(*attrFunc)(*this, Data);
}
*wasProcessed = true;

return true; // If we got here, we succeeded!

Načítá se…
Zrušit
Uložit