~cern-kicad/kicad/kicad-pns-tom

« back to all changes in this revision

Viewing changes to common/page_layout/title_block_shapes_gost.cpp

  • Committer: jean-pierre charras
  • Date: 2013-07-22 16:45:22 UTC
  • mto: (4024.1.220 kicad)
  • mto: This revision was merged to the branch mainline in revision 4221.
  • Revision ID: jp.charras@wanadoo.fr-20130722164522-nfdq3gaj5rgoy1v4
Fix GOST compatibility.

Show diffs side-by-side

added added

removed removed

Lines of Context:
977
977
 
978
978
#include <worksheet_shape_builder.h>
979
979
 
980
 
void WS_DRAW_ITEM_LIST::BuildWorkSheetGraphicList(
 
980
class WS_DRAW_ITEM_LIST_GOST : public WS_DRAW_ITEM_LIST
 
981
{
 
982
public:
 
983
    void BuildWorkSheetGraphicListGOST(
 
984
                           const PAGE_INFO& aPageInfo,
 
985
                           const TITLE_BLOCK& aTitleBlock,
 
986
                           EDA_COLOR_T aLineColor, EDA_COLOR_T aTextColor );
 
987
};
 
988
 
 
989
void WS_DRAW_ITEM_LIST_GOST::BuildWorkSheetGraphicListGOST(
981
990
                           const PAGE_INFO& aPageInfo,
982
991
                           const TITLE_BLOCK& aTitleBlock,
983
992
                           EDA_COLOR_T aLineColor, EDA_COLOR_T aTextColor )