~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to xbmc/Edl.cpp

  • Committer: jmarshallnz
  • Date: 2009-09-22 23:18:17 UTC
  • Revision ID: svn-v4:568bbfeb-2a22-0410-94d2-cc84cf5bfa90:branches/linuxport/XBMC:23090
fixed: tinyxml != tinyXML.  Thanks spiff!

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include "FileSystem/CMythFile.h"
27
27
#include "AdvancedSettings.h"
28
28
#include "utils/log.h"
29
 
#include "tinyxml/tinyxml.h"
 
29
#include "tinyXML/tinyxml.h"
30
30
 
31
31
extern "C"
32
32
{