summaryrefslogtreecommitdiff
path: root/Rx/v2/examples/doxygen/subscribe_on.cpp
diff options
context:
space:
mode:
authorIgor Murashkin <iam@google.com>2019-02-20 16:47:39 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-02-20 16:47:39 -0800
commit6cce4d0f33aef9dab02d697d26219eccc57100d0 (patch)
tree30696c133fbbe4ac173b40626b1515929dc7ced6 /Rx/v2/examples/doxygen/subscribe_on.cpp
parent476dcf0c69e5b0651984e5123c018c0426ac24f0 (diff)
parent7db9c5ce026d0582a1fb0ce26f2ef151fe7af2de (diff)
downloadRxCpp-6cce4d0f33aef9dab02d697d26219eccc57100d0.tar.gz
android: Merge branch 'upstream-master' into master am: bf1edc83fb
am: 7db9c5ce02 Change-Id: I3939bf64f3bb5584008d8e27cfefc34011121f7b
Diffstat (limited to 'Rx/v2/examples/doxygen/subscribe_on.cpp')
-rw-r--r--Rx/v2/examples/doxygen/subscribe_on.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rx/v2/examples/doxygen/subscribe_on.cpp b/Rx/v2/examples/doxygen/subscribe_on.cpp
index e2614bc..7a9da50 100644
--- a/Rx/v2/examples/doxygen/subscribe_on.cpp
+++ b/Rx/v2/examples/doxygen/subscribe_on.cpp
@@ -3,7 +3,7 @@
#include "rxcpp/rx-test.hpp"
#include "catch.hpp"
-std::string get_pid();
+#include "main.hpp"
SCENARIO("subscribe_on sample"){
printf("//! [subscribe_on sample]\n");