diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-26 16:57:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-26 18:00:33 +0100 |
| commit | 14e4bc18e65378332604016bd6239861a083d5bf (patch) | |
| tree | 25690f8840fb49c808e8106c848e1891c6759ab6 /src/lib/server_description.h | |
| parent | dbf43f9113d88245f27493fd5d6950ba142b7f1f (diff) | |
Include tidying src/lib/a-j*.h
Diffstat (limited to 'src/lib/server_description.h')
| -rw-r--r-- | src/lib/server_description.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/server_description.h b/src/lib/server_description.h index b0a1a538e..35d2df356 100644 --- a/src/lib/server_description.h +++ b/src/lib/server_description.h @@ -17,6 +17,9 @@ */ +#ifndef DCPOMATIC_SERVER_DESCRIPTION_H +#define DCPOMATIC_SERVER_DESCRIPTION_H + /** @class ServerDescription * @brief Class to describe a server to which we can send encoding work. */ @@ -62,3 +65,5 @@ private: /** number of threads to use on the server */ int _threads; }; + +#endif |
