Commits

Ville Suoranta authored be0932f7601 Merge
Merge pull request #898 in CASA/casa from CAS-12334 to master

* commit '30bfe3b4415b75b9961fee73632925a6d257a5a2': CAS-12334 squash warnings
No tags

code/msvis/MSVis/PointingDirectionCache.h

Modified
17 17
18 18 namespace casacore {
19 19 class MDirection;
20 20 class MeasurementSet;
21 21 class ROMSPointingColumns;
22 22 }
23 23
24 24 namespace casa {
25 25 namespace vi {
26 26
27 -class Pointing;
27 +struct Pointing;
28 28 class PointingDirectionCache;
29 29 class PointingSource;
30 30
31 31 namespace pd_cache {
32 32
33 33 // The namespace pd_cache contains the internal classes to the features provided
34 34 // by PointingDirectionCache.
35 35
36 36 enum class CacheAccessStatus : int {
37 37 Hit, // Found requested value in cache

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut