]> git.saurik.com Git - apt.git/blame - apt-private/private-show.h
add c++11 override marker to overridden methods
[apt.git] / apt-private / private-show.h
CommitLineData
b9179170
MV
1#ifndef APT_PRIVATE_SHOW_H
2#define APT_PRIVATE_SHOW_H
3
63ff4208
DK
4#include <apt-pkg/macros.h>
5
453b82a3 6class CommandLine;
b9179170
MV
7
8namespace APT {
9 namespace Cmd {
10
63ff4208 11 APT_PUBLIC bool ShowPackage(CommandLine &CmdL);
b9179170
MV
12 }
13}
14#endif