Ticket #7808: mythtv-trunk-commit_23009_fix.patch

File mythtv-trunk-commit_23009_fix.patch, 650 bytes (added by pebender@…, 2 years ago)
  • programs/mythfrontend/programinfocache.h

    diff -Naur mythtv-trunk-23009-old/programs/mythfrontend/programinfocache.h mythtv-trunk-23009-new/programs/mythfrontend/programinfocache.h
    old new  
    11// -*- Mode: c++ -*- 
    22 
     3#ifndef PROGRAMINFOCACHE_H 
     4#define PROGRAMINFOCACHE_H 
     5 
     6#include <stdint.h> 
     7 
    38#include <vector> 
    49#include <map> 
    510using namespace std; 
     
    6772    uint                    m_loads_in_progress; 
    6873    mutable QWaitCondition  m_load_wait; 
    6974}; 
     75 
     76#endif