diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-07-25 15:05:37 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-07-25 15:21:39 +0200 |
| commit | e0a7c171e09e2a1034f2443c7d5cf7c6b5971471 (patch) | |
| tree | bc5cfa391e70dae805d5943025aba166ed63ea58 /src | |
| parent | 51e97eb90d68f101cbcac720c1a30d1a55874a1b (diff) | |
Cleanup: forward declaration sorting.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dcp.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -67,14 +67,14 @@ namespace dcp { -class PKL; -class Content; -class Reel; +class Asset; class CPL; class CertificateChain; +class Content; class DecryptedKDM; -class Asset; +class PKL; class ReadError; +class Reel; /** @class DCP |
