Skip to content

Commit f878213

Browse files
author
jason_yao
committed
update
1 parent 3113f4a commit f878213

17 files changed

Lines changed: 17 additions & 3 deletions

File tree

Binary file not shown.
Binary file not shown.
Binary file not shown.

Head First設計模式C++描述/1 设计模式入门/鸭子行为/FlyNoWay.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#pragma once
2-
#include "flybehavior.h"
2+
#include "FlyBehavior.h"
33

44
//¾ßÌå·ÉÐÐÐÐΪ
55
class FlyNoWay :
Binary file not shown.
Binary file not shown.
Binary file not shown.

Head First設計模式C++描述/1 设计模式入门/鸭子行为/MuteQuack.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#pragma once
2-
#include "quackbehavior.h"
2+
#include "QuackBehavior.h"
33

44
//¾ßÌåßÉßɽÐÀà
55
class MuteQuack :
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)