mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdChart: Made renderHolidays externally visible
This commit is contained in:
parent
aa3c3d625e
commit
98abbecedb
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ static std::string renderTotal (const std::string&, const Rules&, time
|
|||
static std::string renderSubTotal (const std::string&, const Rules&, int, int, time_t);
|
||||
static void renderExclusionBlocks (const std::string&, const Rules&, std::vector <Composite>&, Palette&, const Datetime&, int, int, const std::vector <Range>&);
|
||||
static void renderInterval (const std::string&, const Rules&, std::vector <Composite>&, const Datetime&, const Interval&, Palette&, std::map <std::string, Color>&, time_t&);
|
||||
static std::string renderHolidays (const std::string&, const Rules&, const Interval&);
|
||||
std::string renderHolidays (const std::string&, const Rules&, const Interval&);
|
||||
static std::string renderSummary (const std::string&, const Rules&, const std::string&, const Interval&, const std::vector <Range>&, const std::vector <Interval>&, bool);
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -508,7 +508,7 @@ static void renderInterval (
|
|||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
static std::string renderHolidays (
|
||||
std::string renderHolidays (
|
||||
const std::string& type,
|
||||
const Rules& rules,
|
||||
const Interval& filter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue