diff options
author | Christian Völlinger <zerov83@gmail.com> | 2013-12-29 18:56:05 +0100 |
---|---|---|
committer | Christian Völlinger <zerov83@gmail.com> | 2013-12-29 18:56:05 +0100 |
commit | 36ab01b35f87a616af20e8b3063a3995a119f197 (patch) | |
tree | 3b179cb769a610b40940da0835f911d4040a716d /ambithread.h | |
parent | b35c5a69889ee3eeb4d3ec136523746fe8ebe233 (diff) | |
download | vdr-plugin-boblight-36ab01b35f87a616af20e8b3063a3995a119f197.tar.gz vdr-plugin-boblight-36ab01b35f87a616af20e8b3063a3995a119f197.tar.bz2 |
Startup View Mode eingebaut.
Refactoring
Makefile angepasst, Es wird nun automatisch die Git Version im Plugin verwendet.
Diffstat (limited to 'ambithread.h')
-rw-r--r-- | ambithread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ambithread.h b/ambithread.h index 5316a9a..3558aea 100644 --- a/ambithread.h +++ b/ambithread.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ - +#pragma once #include <queue> #include <vdr/thread.h> |