diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-02 21:56:40 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-03 20:09:30 +0000 |
| commit | 6094de79985e405ed8b3c26af22e067a3317cda2 (patch) | |
| tree | 41d710527900bc5bea81a1096e8ac3a8f44c8783 /src/tools/dcpomatic_server.cc | |
| parent | da9baf113e9b82d6281a1bbe2913161e69ba9a00 (diff) | |
Various build / dependency fixes.
Diffstat (limited to 'src/tools/dcpomatic_server.cc')
| -rw-r--r-- | src/tools/dcpomatic_server.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_server.cc b/src/tools/dcpomatic_server.cc index 5fb8cb3af..bbdd19135 100644 --- a/src/tools/dcpomatic_server.cc +++ b/src/tools/dcpomatic_server.cc @@ -52,7 +52,7 @@ enum { ID_timer }; -static int const log_lines = 32; +static unsigned int const log_lines = 32; class ServerLog : public Log, public Signaller { |
